TextAreaHorizontalAlignment Enumeration
Represents the horizontal alignment of the text area inside a shape.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum TextAreaHorizontalAlignment
Public Enumeration TextAreaHorizontalAlignment
| Left | 0 |
Text area is left aligned horizontally inside a shape.
|
| Center | 1 |
Text area is centered horizontally inside a shape.
|
| Right | 2 |
Text area is right aligned horizontally inside a shape.
|
| Justify | 3 |
Text area is justified horizontally inside a shape.
|
| None | 4 |
None.
|